home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / penguin.swf / scripts / DefineSprite_339 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-06-26  |  139 b   |  12 lines

  1. function showIntro(flag)
  2. {
  3.    if(menuEnable)
  4.    {
  5.       intro_mc.gotoAndStop(flag);
  6.    }
  7. }
  8. function showMode_2()
  9. {
  10.    play();
  11. }
  12.